home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue25 / hipsquar / TEXT.DFM / TEXT.txt
Encoding:
Text File  |  1997-05-31  |  417 b   |  21 lines

  1. object frmText: TfrmText
  2.   Left = 204
  3.   Top = 217
  4.   BorderStyle = bsNone
  5.   ClientHeight = 270
  6.   ClientWidth = 563
  7.   Color = clBlack
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   KeyPreview = True
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnKeyDown = FormKeyDown
  17.   OnPaint = FormPaint
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20. end
  21.